home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TEST / BEEP.ASM < prev    next >
Assembly Source File  |  1997-05-12  |  101b  |  13 lines

  1. include qlib.inc
  2. include stdlib.inc
  3. include stdio.inc
  4.  
  5. .code
  6. main proc
  7.  
  8.  
  9. main endp
  10.  
  11. end
  12.  
  13.